home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / extreme_floreist.swf / scripts / DefineButton2_192 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2008-08-07  |  76b  |  6 lines

  1. on(release){
  2.    score = null;
  3.    gotoAndStop("HiScores");
  4.    play();
  5. }
  6.